← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 15:33:55 2022
Reported on Wed Dec 14 15:40:04 2022

Filename(eval 382)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm:148]
StatementsExecuted 3 statements in 17µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm line 148
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11113µs1.18msJSON::Schema::Modern::Document::OpenAPI::::extendsJSON::Schema::Modern::Document::OpenAPI::extends
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package JSON::Schema::Modern::Document::OpenAPI;
2
# spent 1.18ms (13µs+1.17) within JSON::Schema::Modern::Document::OpenAPI::extends which was called: # once (13µs+1.17ms) by OpenAPI::Modern::BEGIN@28 at line 29 of JSON/Schema/Modern/Document/OpenAPI.pm
sub extends {
311µs for my $method (@$before) {
414µs1461µs $method->(@_);
# spent 461µs making 1 call to MooX::TypeTiny::__ANON__[MooX/TypeTiny.pm:25]
5 }
6112µs1705µs $$wrapped->(@_);}
# spent 705µs making 1 call to Moo::extends
7;